From: Glenn Morris Date: Thu, 7 Jun 2007 07:19:01 +0000 (+0000) Subject: (emacs-copyright): New constant. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18575 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1696cae907832aae6140ad72765630af9ef352bd;p=emacs.git (emacs-copyright): New constant. --- diff --git a/lisp/version.el b/lisp/version.el index 0ed3927d0fc..034a2ff5515 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -27,6 +27,9 @@ ;;; Code: +(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." + "Short copyright string for this version of Emacs.") + (defconst emacs-version "22.1.50" "\ Version numbers of this version of Emacs.")